home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / bonus / klenoty / texty.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-08-11  |  279 b   |  13 lines

  1. on(release){
  2.    yos = int(getProperty("pohybka", _Y));
  3.    sbar = int(a - yos * b) + 20;
  4.    if(yos >= voditko_horni && yos < voditko_dolni - 10)
  5.    {
  6.       setProperty("pohybka", _Y, yos + 20);
  7.    }
  8.    else
  9.    {
  10.       setProperty("pohybka", _Y, voditko_dolni);
  11.    }
  12. }
  13.